/* 
*Description:	Theme CSS
*Author:	toyean
*Website:	http://www.toyean.com/
*Mail:		toyean@qq.com
*Weibo:	http://weibo.com/toyean
*Version:	1.3(2018-09-18)
*Page width:	1300px
*/
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:vertical:active {
  background-color: rgba(0, 0, 0, 0.7);
}
::selection {
  color: #fff;
  background: #20c77a;
}
::-moz-selection {
  color: #fff;
  background: #20c77a;
}
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
}
body {
  font-size: 14px;
  color: #333333;
  font-family: Arial, "microsoft yahei";
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  color: #0cb366;
  text-decoration: none;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  -moz-transition: background-color 0.15s linear, color 0.15s linear;
  -o-transition: background-color 0.15s linear, color 0.15s linear;
  -ms-transition: background-color 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear;
}
a:hover {
  color: #0cb366;
  text-decoration: none;
}
area {
  behavior: url(images/area.htc);
  outline: 0;
}
i {
  font-style: normal;
}
ul,
ol {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  border: 0;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
}
input,
textarea {
  font-size: 14px;
  font-family: Arial, "微软雅黑";
  outline: 0;
}
.shadow {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?9kcc5g');
  src: url('fonts/icomoon.eot?9kcc5g#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?9kcc5g') format('truetype'), url('fonts/icomoon.woff?9kcc5g') format('woff'), url('fonts/icomoon.svg?9kcc5g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wrap {
  width: 1300px;
  margin: 0 auto;
  zoom: 1;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}
.head {
  position: relative;
  zoom: 1;
}
.head:after {
  content: "";
  display: block;
  clear: both;
}
.header {
  height: 50px;
  font-size: 0;
  box-shadow: 0 0 5px #999;
  background: #fff;
  position: relative;
  z-index: 99;
}
.header .wrap {
  height: 110px;
  box-shadow: 0 0px 1px #808080;
  background: #fff;
  position: relative;
}
.header .wrap:before {
  content: "";
  width: 64px;
  height: 110px;
  margin-left: -60px;
  background: url(images/head.png) no-repeat bottom left;
  position: absolute;
  bottom: -2px;
  left: -4px;
}
.header .wrap:after {
  content: "";
  width: 64px;
  height: 110px;
  margin-right: -60px;
  background: url(images/head.png) no-repeat bottom right;
  position: absolute;
  bottom: -2px;
  right: -4px;
}
.header.on {
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.header.on .wrap,
.header.on .logo {
  height: 80px;
}
.header.on .wrap {
  box-shadow: none;
}
.header.on .wrap:before,
.header.on .wrap:after {
  display: none;
}
.header.on .logo a {
  height: 80px;
}
.header.on .menu ul li a {
  height: 60px;
  padding-top: 20px;
}
.header.on .menu ul li .subnav {
  top: 80px;
}
.header.on .menu ul li .subnav a {
  height: 40px;
  padding: 0;
}
.header.on .menuico {
  top: 21px;
}
.header.on .search {
  margin-top: 25px;
}
.top {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.topnav {
  float: right;
  display: inline;
}
.topnav li {
  font-size: 14px;
  color: #666;
  display: inline-block;
  vertical-align: top;
}
.topnav li a {
  color: #666;
}
.topnav li a:hover {
  color: #0cb366;
}
.icoqq {
  margin: 0 0 0 5px;
}
.icoqq:before {
  content: "\eb4d";
  margin: 0 5px 0 0;
  font-size: 18px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.icotel {
  margin: 0 0 0 5px;
}
.icotel:before {
  content: "\e311";
  margin: 0 5px 0 0;
  font-size: 18px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.icocmt {
  margin: 0 0 0 15px;
}
.icocmt:before {
  content: "\e09f";
  margin: 0 5px 0 0;
  font-size: 12px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.icoviews {
  margin: 0 0 0 15px;
}
.icoviews:before {
  content: "\e09d";
  margin: 0 5px 0 0;
  font-size: 12px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.icouser:before {
  content: "\e004";
  margin: 0 5px 0 0;
  font-size: 13px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.icodate {
  margin: 0 0 0 15px;
}
.icodate:before {
  content: "\e8b5";
  margin: 0 5px 0 0;
  font-size: 13px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.tel {
  float: left;
  display: inline;
  font-size: 16px;
  color: #0cb366;
  font-weight: bold;
}
.tel:before {
  content: "\e8c5";
  margin-right: 5px;
  font-size: 22px;
  color: #0cb366;
  font-family: icomoon;
  display: inline-block;
  vertical-align: sub;
}
.logo {
  width: 200px;
  height: 110px;
  float: left;
  display: inline;
  margin-right: 20px;
}
.logo a {
  width: 100%;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
}
.logo a img {
  vertical-align: middle;
}
.menu {
  float: right;
  display: inline;
  margin-right: 30px;
}
.menu.on {
  width: 100%;
  float: none;
  margin: 0;
  background: #fff;
  display: none;
}
.menu.on li {
  width: 100%;
}
.menu.on li a {
  height: auto;
  padding: 0;
}
.menu.on li b {
  display: inline-block;
}
.menu li {
  text-align: center;
  border-right: 1px solid #e6e6e6;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.menu li a {
  height: 75px;
  padding: 35px 30px 0;
  font-size: 14px;
  color: #333333;
  display: block;
}
.menu li a:hover,
.menu li a.on {
  color: #fff;
  background: #0cb366;
}
.menu li a:hover b,
.menu li a.on b {
  color: #fff;
}
.menu li b {
  font-size: 12px;
  color: #a9a9a9;
  font-family: arial;
  font-weight: normal;
  display: block;
}
.menu li:last-child {
  border: 0;
}
.menu li .subnav {
  min-width: 160px;
  line-height: 40px;
  position: absolute;
  top: 110px;
  left: 0;
  display: none;
  -webkit-animation: fadeInUp .2s .1s ease both;
  -moz-animation: fadeInUp .2s .1s ease both;
}
.menu li .subnav a {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  border-bottom: 1px solid #0cb366;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  display: block;
}
.menu li .subnav a:before {
  content: "\e315";
  font-size: 15px;
  color: #e0e0e0;
  font-family: icomoon;
  position: absolute;
  top: 0;
  left: 20px;
  vertical-align: top;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 10;
}
.menu li .subnav a:hover {
  color: #fff;
  background: #004f02;
}
.menu li .subnav a:hover:before {
  color: #0cb366;
}
.menu li .subnav a.on {
  color: #0cb366;
}
.menu li .subnav a.on:before {
  opacity: 1;
}
.menu li .subnav a:last-child {
  border: 0;
}
.menu li.subcate:hover a {
  color: #fff;
  background: #02a95c;
}
.menu li.subcate:hover a b {
  color: #fff;
}
.menu li.subcate:hover .subnav {
  background: #0cb366;
  display: block;
}
.menu li.subcate:hover .subnav a:hover {
  background: #004f02;
}
.menuico {
  width: 38px;
  height: 38px;
  float: left;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  top: 21px;
  display: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menuico span {
  width: 21px;
  height: 2px;
  background-color: #0cb366;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menuico span:first-child {
  margin-top: -6px;
}
.menuico span:last-child {
  margin-top: 6px;
}
.menuico.on span:first-child {
  width: 20px;
  margin-top: -8px;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuico.on span:nth-child(2) {
  opacity: 0;
  width: 2px;
  left: 20px;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.menuico.on span {
  background-color: #333333;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  transform-origin: 0;
}
.menuico.on span:last-child {
  width: 20px;
  margin-top: 6px;
  margin-left: -7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search {
  float: right;
  display: inline;
  margin-top: 40px;
}
.searchico {
  width: 38px;
  height: 38px;
  float: right;
  display: inline;
  margin-top: 22px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  display: none;
}
.searchico:after {
  content: "\e077";
  font-size: 22px;
  color: #0cb366;
  font-family: icomoon;
}
.searchico.close:after {
  content: "\e5cd";
  font-size: 28px;
}
.searchico.on:after {
  content: "\e117";
  color: #333333;
}
.search form {
  border: 1px solid #ececec;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
}
.searchtxt {
  width: 150px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #333333;
  font-family: "microsoft yahei";
  line-height: 30px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
}
.searchbtn {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 4px;
  right: 8px;
}
.searchbtn:after {
  content: "\e077";
  font-size: 20px;
  color: #666;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.search.on {
  padding: 30px;
  border-top: 1px solid #e0e0e0;
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  display: none;
}
.search.on .searchtxt {
  width: 100%;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
.main {
  width: 100%;
  padding-bottom: 30px;
  background: #f8f8f8;
  display: inline-block;
  vertical-align: top;
}
.slide {
  margin: -60px auto 0;
  padding-top: 60px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.focus {
  width: 1300px;
}
.focusbtm {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.focusbtm .wrap {
  height: 90px;
  position: relative;
  bottom: 0;
}
.focusbtm .wrap:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 40px solid rgba(0, 0, 0, 0.6);
  border-left: 40px solid transparent;
  position: absolute;
  top: 0;
  left: -40px;
}
.focusbtm .wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 40px solid rgba(0, 0, 0, 0.6);
  border-right: 40px solid transparent;
  position: absolute;
  top: 0;
  right: -40px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -40px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -40px;
}
.step {
  height: 90px;
  margin-top: -40px;
  overflow: hidden;
  position: relative;
}
.step:after {
  content: "";
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.step h3,
.step ul,
.step a {
  color: #fff;
  line-height: 90px;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}
.step h3 {
  margin-right: 70px;
  font-size: 24px;
}
.step ul {
  font-size: 0;
}
.step ul li {
  margin-right: 50px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
.step ul li span {
  margin-right: 10px;
  font-family: arial;
}
.step ul li .icoqq {
  margin-top: 20px;
  padding: 0 30px;
  line-height: 50px;
  background: #0cb366;
}
.step ul li a:hover {
  color: #fff;
}
.sitemap {
  margin: -60px auto 0;
  padding: 100px 0 40px;
  background: #0cb366;
  zoom: 1;
}
.sitemap:after {
  content: "";
  display: block;
  clear: both;
}
.sitename {
  float: left;
  display: inline;
  font-size: 30px;
  color: #fff;
}
.sitename span {
  margin-left: 10px;
  font-size: 22px;
  color: #008134;
  vertical-align: baseline;
}
.sitestep {
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: right;
}
.sitestep a {
  font-size: 14px;
  color: #fff;
}
.tip {
  margin: 24px 0;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.caption {
  height: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  zoom: 1;
}
.caption:after {
  content: "";
  display: block;
  clear: both;
}
.caption h3 {
  float: left;
  display: inline;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.caption h3 a {
  color: #333333;
}
.caption h3 a:hover {
  color: #0cb366;
}
.caption h3 a:hover span {
  color: #999;
}
.caption h3 span {
  margin-left: 10px;
  color: #999;
  font-weight: normal;
}
.caption .more {
  float: right;
  display: inline;
  font-size: 14px;
  color: #999;
}
.caption .more:hover {
  color: #0cb366;
}
.caption:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #c7c7c7;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.customnav {
  border-bottom: 1px solid #ebebeb;
  background: #f2f2f2;
  zoom: 1;
}
.customnav:after {
  content: "";
  display: block;
  clear: both;
}
.customnav ul {
  float: left;
  display: inline;
  padding: 7px 0;
}
.customnav li {
  margin-right: 10px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.customnav li a {
  font-size: 14px;
  color: #333333;
}
.customnav li a.on {
  color: #0cb366;
}
.customsearch {
  float: right;
  display: inline;
  margin: 7px 0;
}
.customsearch form {
  border: 1px solid #ececec;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
}
.customsearch .searchtxt {
  width: 150px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #333333;
  font-family: "microsoft yahei";
  line-height: 30px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: #fff;
}
.customsearch .searchbtn {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 4px;
  right: 8px;
}
.customsearch .searchbtn:after {
  content: "\e077";
  font-size: 20px;
  color: #666;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.customsearch.on {
  padding: 30px;
  border-top: 1px solid #e0e0e0;
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  display: none;
}
.customsearch.on .searchtxt {
  width: 100%;
}
.case,
.cate {
  margin-bottom: 20px;
}
.caselist ul,
.catelist ul {
  margin-left: -2%;
  font-size: 0;
}
.caselist li,
.catelist li {
  width: 18%;
  margin: 0 0 2% 2%;
  display: inline-block;
  vertical-align: top;
}
.caselist li:hover img,
.catelist li:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.casecon,
.catecon {
  margin-right: 300px;
  padding: 20px;
  background: #fff;
  zoom: 1;
}
.casecon:after,
.catecon:after {
  content: "";
  display: block;
  clear: both;
}
.casecon li,
.catecon li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #e0e0e0;
  display: inline-block;
  vertical-align: top;
}
.casecon li:last-child,
.catecon li:last-child {
  margin: 0;
  border: 0;
}
.caseimg,
.cateimg {
  margin-bottom: 15px;
}
.caseimg a,
.cateimg a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.caseimg img,
.cateimg img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.casename,
.catename {
  text-align: center;
}
.casename a,
.catename a {
  font-size: 14px;
  color: #333333;
}
.customcaselist li {
  width: 23%;
}
.team {
  margin-bottom: 30px;
  padding: 50px 0;
  background: #f2f2f2;
  position: relative;
}
.team:before {
  content: "";
  width: 100%;
  height: 20px;
  background: linear-gradient(#e9e9e9, #f2f2f2);
  position: absolute;
  top: 0;
  left: 0;
}
.teamlist {
  margin-bottom: 30px;
}
.teamlist ul {
  margin-left: -2%;
  font-size: 0;
}
.teamlist li {
  width: 23%;
  margin: 0 0 2% 2%;
  display: inline-block;
  vertical-align: top;
}
.teamlist li.on .teamimg a:before {
  top: 0;
}
.teamlist li.on .teamimg span {
  transform: translate(-50%, -50%);
}
.teamimg {
  margin-bottom: 15px;
}
.teamimg a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.teamimg a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0cb366;
  opacity: .8;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.teamimg img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.teamimg span {
  width: 80%;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 2;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.teamname {
  text-align: center;
}
.teamname a {
  font-size: 14px;
  color: #333333;
}
.userlist {
  margin-bottom: 30px;
}
.userlist ul {
  margin-left: -2%;
  font-size: 0;
}
.userlist li {
  width: 23%;
  margin: 0 0 4% 2%;
  display: inline-block;
  vertical-align: top;
}
.userlist .userimg {
  width: 35%;
  margin: 0 5% 15px 0;
  display: inline-block;
  vertical-align: top;
}
.userlist .userimg a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.userlist .userimg img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.userlist .username {
  width: 60%;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
.userlist .username h4 {
  margin-bottom: 10px;
}
.userlist .username h4 a {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.userlist .username p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.userlist .username p b {
  color: #0cb366;
}
.userlist .userinfo {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.userpage {
  margin-right: 300px;
  overflow: hidden;
}
.userbox {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  zoom: 1;
}
.userbox:after {
  content: "";
  display: block;
  clear: both;
}
.userboxtitle {
  margin-bottom: 20px;
  border-bottom: 1px dotted #e0e0e0;
  zoom: 1;
}
.userboxtitle:after {
  content: "";
  display: block;
  clear: both;
}
.userboxtitle h2,
.userboxtitle h3,
.userboxtitle h4,
.userboxtitle h5,
.userboxtitle h6 {
  float: left;
  display: inline;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
.userboxtitle h2:before,
.userboxtitle h3:before,
.userboxtitle h4:before,
.userboxtitle h5:before,
.userboxtitle h6:before {
  content: "";
  width: 3px;
  height: 18px;
  background: #0cb366;
  position: absolute;
  top: 0;
  left: -20px;
}
.userboxtitle a {
  float: right;
  display: inline;
}
.userboximg {
  width: 13%;
  float: left;
  display: inline;
  margin-right: 3%;
  border: 2px solid #0cb366;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.userboximg span {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.userboximg img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.userboxinfo {
  width: 40%;
  float: left;
  display: inline;
  zoom: 1;
}
.userboxinfo:after {
  content: "";
  display: block;
  clear: both;
}
.userboxname p {
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.userboxname p:first-child {
  margin: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
.userboxcontact {
  width: 40%;
  float: left;
  display: inline;
}
.userboxqq {
  width: 60%;
  height: 163px;
  float: left;
  display: inline;
  margin: 0 5%;
  padding-left: 5%;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.userboxqq p {
  margin: 15px 0;
  line-height: 30px;
}
.userboxqq b {
  font-size: 22px;
  color: #0cb366;
  font-family: arial;
  display: block;
}
.userboxbtn {
  width: 30%;
  float: left;
  display: inline;
}
.userboxbtn a {
  margin: 25px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0cb366;
  display: block;
}
.userboxbtn a:last-child {
  background: green;
}
.userboxcon {
  line-height: 30px;
}
.olist ul {
  margin-left: -3%;
  font-size: 0;
}
.olist li {
  width: 22%;
  margin: 0 0 3% 3%;
  display: inline-block;
  vertical-align: top;
}
.olistimg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.olistimg a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.olistimg a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.olistimg a span {
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.olistname {
  text-align: center;
  line-height: 35px;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background: #f8f8f8;
  display: none;
}
.olistname a {
  font-size: 14px;
  color: #999;
}
.olistname a b {
  color: #0cb366;
}
.vs {
  margin-bottom: 30px;
}
.vscon {
  margin-bottom: 30px;
}
.vscon ul {
  margin-left: -2%;
  font-size: 0;
}
.vscon li {
  width: 23%;
  margin: 0 0 2% 2%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.vsimg a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.vsimg a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0cb366;
  opacity: .8;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.vsimg img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vsimg span {
  width: 80%;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 2;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.vsname {
  margin-top: -36px;
  padding: 0 10px;
  line-height: 36px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.vsname:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.vsname a {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.brandlist {
  background: #fff;
}
.brandlist ul {
  height: 140px;
  font-size: 0;
  overflow: hidden;
  zoom: 1;
}
.brandlist ul:after {
  content: "";
  display: block;
  clear: both;
}
.brandlist li {
  width: 16.66%;
  line-height: 140px;
  border-right: 1px solid #f2f2f2;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.brandlist li:last-child {
  border: 0;
}
.brandlist li a {
  width: 100%;
  height: 140px;
  display: block;
}
.brandlist li a span {
  padding: 0 10px;
  height: 140px;
  display: table-cell;
  vertical-align: middle;
}
.brandlist li a img {
  vertical-align: middle;
}
.indexads {
  width: 1300px;
  margin: 0 auto 30px;
}
.about {
  width: 1300px;
  min-height: 300px;
  margin: 0 auto;
  position: relative;
}
.aboutlist {
  width: 454px;
  height: 225px;
  margin-top: -125px;
  padding: 25px 30px 0;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 1;
}
.aboutlist h2 {
  font-size: 30px;
  color: #0cb366;
  margin-bottom: 20px;
}
.aboutlist h2 span {
  margin-left: 5px;
  color: #d9d9d9;
}
.aboutlist p {
  font-size: 14px;
  line-height: 28px;
}
.content {
  margin-top: 50px;
}
.posttitle h2 {
  margin-bottom: 10px;
}
.posttitle h2 a {
  margin-bottom: 5px;
  font-size: 22px;
  color: #333333;
  display: inline-block;
}
.posttitle h2 a:hover {
  color: #0cb366;
}
.postinfo {
  margin-top: 20px;
  line-height: 22px;
}
.postinfo span {
  margin-right: 10px;
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.postimg {
  width: 180px;
  float: left;
  display: inline;
  margin-right: 20px;
}
.postimg a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.postimg a.playbtn:hover:before {
  content: "\e960";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  font-family: icomoon;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.postimg a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.postimg a.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.postintro {
  line-height: 28px;
}
.postintro p {
  max-height: 85px;
  font-size: 16px;
  color: #999;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.postcate {
  font-size: 14px;
}
.postcate a {
  color: #999;
  font-size: 14px;
}
.postcate:before {
  content: "\e072";
  margin-right: 5px;
  font-family: icomoon;
}
.postuser {
  font-size: 14px;
}
.postuser a {
  color: #999;
}
.postuser:before {
  content: "\e936";
  margin-right: 5px;
  font-family: icomoon;
}
.posttime {
  font-size: 14px;
}
.posttime:before {
  content: "\e973";
  margin-right: 5px;
  font-family: icomoon;
}
.postviews {
  font-size: 14px;
}
.postviews:before {
  content: "\e004";
  margin-right: 5px;
  font-family: icomoon;
}
.pagebar,
.cmtpagebar {
  width: 100%;
  text-align: center;
  border-top: 1px dotted #e0e0e0;
}
.pagebar .now-page,
.cmtpagebar .now-page {
  display: inline-block;
  color: #fff;
  padding: 5px 9px;
  margin: 5px;
  border: 1px solid #0cb366;
  background: #0cb366;
}
.pagebar a,
.cmtpagebar a {
  margin: 4px;
  padding: 5px 9px;
  color: #777;
  border: 1px solid #999;
}
.pagebar a:hover,
.cmtpagebar a:hover {
  color: #0cb366;
  border: 1px solid #0cb366;
}
.pagebar .now-page {
  margin: 20px 5px;
}
.pagination-loading {
  padding: 10px 0;
  text-align: center;
  border-radius: 2px;
  background: #ebebeb;
}
.ias_trigger,
.ias_loader {
  font-size: 16px;
  color: #888;
}
.ias_trigger a,
.ias_loader a {
  padding: 10px 0;
  font-size: 16px;
  color: #333333;
  text-align: center;
  border: 1px solid #e0e0e0;
  display: block;
}
.ias_trigger a:hover,
.ias_loader a:hover {
  color: #000;
  background: #e0e0e0;
}
.contact {
  margin-bottom: 50px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.contact:before {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}
.contact:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contact h3 {
  padding: 50px 0 20px;
  font-size: 26px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.contact p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  position: relative;
  z-index: 1;
}
.contact a {
  margin: 0 10px 10px;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  border-radius: 3px;
  background: #0cb366;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.sidebar {
  width: 270px;
  float: right;
  display: inline;
}
.sidebar.left {
  float: left;
  display: inline;
}
.sideads {
  margin-bottom: 30px;
  font-size: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
}
.sidebox {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  background: #fff;
}
.sidebox li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #e0e0e0;
  overflow: hidden;
  display: block;
  zoom: 1;
}
.sidebox li:after {
  content: "";
  display: block;
  clear: both;
}
.sidebox li:before {
  content: "\e409";
  margin-right: 5px;
  font-size: 12px;
  font-family: icomoon;
}
.sidebox li:last-child {
  padding: 0;
  border: 0;
}
.sidebox li a {
  color: #333333;
}
.sidebox.fixed {
  margin-top: 80px;
}
.sidetitle {
  margin-bottom: 20px;
  line-height: 36px;
  border-bottom: 1px dotted #e0e0e0;
  position: relative;
}
.sidetitle h3 {
  font-size: 16px;
}
.sidetitle h3:before {
  content: "";
  width: 3px;
  height: 20px;
  margin-top: -10px;
  background: #0cb366;
  position: absolute;
  top: 50%;
  left: -20px;
}
.sidecon ul {
  zoom: 1;
}
.sidecon ul:after {
  content: "";
  display: block;
  clear: both;
}
.sidecon.imglist li {
  zoom: 1;
  white-space: normal;
}
.sidecon.imglist li:after {
  content: "";
  display: block;
  clear: both;
}
.sidecon.imglist li:before {
  display: none;
}
.sidecon.imglist li .img {
  width: 40%;
  float: left;
  display: inline;
  margin-right: 10px;
}
.sidecon.imglist li .img a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.sidecon.imglist li .img img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sidecon.imglist li .info a {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sidecon.imglist li .info p {
  margin-top: 10px;
}
.sidecon.imglist li .info p a {
  font-size: 12px;
  color: #0cb366;
}
.sidelist li {
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.sidelist li:before {
  display: none;
}
.sidelistimg {
  margin-bottom: 10px;
}
.sidelistimg a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  display: block;
}
.sidelistimg a.playbtn:hover:before {
  content: "\e960";
  margin: -17px 0 0 -17px;
  padding: 2px 1px 2px 3px;
  font-size: 24px;
  color: #fff;
  font-family: icomoon;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.sidelistimg a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sidelistimg a.on img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sidelistname {
  position: relative;
}
.sidelistname a {
  margin-right: 50px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
}
.sidelistname a:hover {
  color: #0cb366;
}
.sidelistname span {
  padding-left: 10px;
  font-size: 14px;
  color: #0cb366;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.cityimg {
  width: 40%;
  float: left;
  display: inline;
  margin-right: 10px;
}
.cityimg a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.cityimg img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cityinfo a {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.cityinfo p {
  height: 60px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}
#sideuser ul {
  margin-left: -5%;
  font-size: 0;
}
#sideuser li {
  width: 20%;
  margin: 0 0 5% 5%;
  border: 0;
  display: inline-block;
  vertical-align: top;
}
#sideuser li:before {
  display: none;
}
#sideuser li p {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#sideuser li p a {
  font-size: 12px;
}
#sideuser .userimg {
  margin-bottom: 5px;
  border-radius: 50%;
  overflow: hidden;
}
#sideuser .userimg a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
#sideuser .userimg img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sideqr {
  width: 100%;
  padding: 0;
}
#divCalendar table {
  width: 100%;
  table-layout: fixed;
}
#divCalendar caption {
  height: 24px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px dotted #eee;
}
#divCalendar caption a {
  padding: 0 10px;
  font-size: 14px;
}
#divCalendar th {
  height: 25px;
  color: #fff;
  line-height: 25px;
  text-transform: uppercase;
  border: 1px solid #0cb366;
  border-radius: 2px;
  background: #0cb366;
}
#divCalendar td {
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #efefef;
  background: #fff;
}
#divCalendar td.pad {
  border: none;
}
#divCalendar td a {
  color: #fff;
  line-height: 30px;
  background: #5eaae4;
  display: block;
}
#today {
  font-weight: bold;
}
#divSearchPanel input[type="text"] {
  width: 70%;
  height: 27px;
  border: 1px solid #0cb366;
  outline: 0;
  background: #fff;
  font-family: "微软雅黑";
  display: inline-block;
}
#divSearchPanel input[type="text"] {
  *display: inline;
}
#divSearchPanel input[type="submit"] {
  width: 25%;
  height: 31px;
  float: right;
  color: #fff;
  line-height: 29px;
  border: 1px solid #0cb366;
  background: #0cb366;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline\9;
}
#divNavBar li,
#divCatalog li,
#divLinkage li,
#divFavorites li,
#divArchives li,
#divAuthors li {
  width: 50%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  overflow: hidden;
}
#divNavBar .subnav {
  display: none;
}
#divMisc li {
  width: 50%;
  float: left;
  padding: 0;
  text-indent: 0;
  border: 0;
  background: none;
}
#divMisc li:before {
  display: none;
}
#divMisc li img {
  vertical-align: middle;
}
#divTags ul li {
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  border: 0;
}
#divTags ul li:before {
  display: none;
}
#divTags ul li a,
.tags-cloud a {
  margin: 0 5px 5px 0;
  padding: 0 10px;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #ccc;
  display: inline-block;
  vertical-align: top;
}
#divTags ul li a:hover,
.tags-cloud a:hover {
  color: #0cb366;
  text-decoration: none;
}
.tag-count {
  display: none;
}
#divPrevious li,
#divComments li,
#divFavorites li,
#divLinkage li,
#divAuthors li {
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#divStatistics .sidecon li {
  color: #333333;
  list-style: none;
  background: none;
}
.single {
  margin-top: 30px;
}
.singledate {
  font-size: 12px;
  color: #999;
  line-height: 17px;
}
.singledate span {
  margin-right: 20px;
}
.singledate span:before {
  margin-right: 5px;
  font-size: 14px;
  font-family: icomoon;
  vertical-align: top;
}
.singledate .time:before {
  content: "\e8b5";
}
.singledate .views:before {
  content: "\e004";
}
.singlecon {
  margin-right: 300px;
  padding: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
}
.singlecon h1 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
}
.singlecon p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}
.singlecon .video {
  margin: auto;
}
.singlecon .video p {
  width: 100%;
  height: 0;
  padding-top: 20px;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.singlecon .video p embed,
.singlecon .video p iframe,
.singlecon .video p table {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.pageinfo {
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px dotted #e0e0e0;
}
.pageinfo span {
  padding: 0 5px;
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.pagecata {
  font-size: 14px;
  color: #fff;
  background: #0cb366;
}
.pagecata a {
  color: #fff;
  font-size: 14px;
}
.pageuser {
  font-size: 14px;
}
.pageuser a {
  color: #999;
}
.pageuser:before {
  content: "\e936";
  margin-right: 5px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.pagetime {
  font-size: 14px;
}
.pagetime:before {
  content: "\e973";
  margin-right: 5px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.pageviews {
  font-size: 14px;
}
.pageviews:before {
  content: "\e004";
  margin-right: 5px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.sharebtn {
  overflow: hidden;
}
.pages {
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  overflow: hidden;
  zoom: 1;
}
.pages:after {
  content: "";
  display: block;
  clear: both;
}
.pages a {
  color: #333333;
}
.pages p {
  height: 26px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
a.backtolist {
  float: right;
  display: inline;
  margin: 8px 0 0;
  padding: 3px 30px;
  font-size: 14px;
  color: #0cb366;
  line-height: 28px;
  border: 1px solid #0cb366;
  border-radius: 50px;
}
a.backtolist:hover {
  color: #fff;
  background: #0cb366;
}
.relate {
  margin-bottom: 30px;
}
.relatelist ul {
  font-size: 0;
}
.relatelist li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.relatelist li a {
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.relatelist li a:before {
  content: "\e315";
  font-size: 14px;
  color: #0cb366;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.relatelist li a:hover {
  color: #0cb366;
}
.articlecon {
  overflow: hidden;
  zoom: 1;
}
.articlecon:after {
  content: "";
  display: block;
  clear: both;
}
.cmt {
  padding: 20px 0;
  font-size: 12px;
  line-height: 26px;
  border-top: 1px dotted #eee;
  overflow: hidden;
  zoom: 1;
}
.cmt:after {
  content: "";
  display: block;
  clear: both;
}
.cmtimg {
  width: 70px;
  float: left;
}
.cmtimg img {
  width: 48px;
  height: 48px;
}
.cmtinfo {
  padding-left: 70px;
  font-size: 14px;
  word-break: break-all;
}
.cmtinfo a {
  color: #333333;
}
.cmtinfo .cmt {
  margin: 15px 0 0 -70px;
  padding-bottom: 0;
}
.cmtinfo .cmt .cmt {
  margin: 15px 0 0 -70px;
  padding-bottom: 0;
}
.cmtinfo .cmt .cmt .cmt {
  margin: 15px 0 0 -70px;
  padding-bottom: 0;
}
.cmtinfo .cmtinfo {
  width: 500px;
}
.cmtinfo .cmtinfo .cmtinfo {
  width: 430px;
}
.cmtinfo .cmtinfo .cmtinfo .cmtinfo {
  width: 360px;
}
.cmttime,
.cmttime a {
  font-size: 12px;
  color: #999;
}
.cmtarea {
  padding-left: 70px;
}
.cmtarea textarea {
  width: 100%;
  margin: 0 0 10px;
  padding: 5px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #ddd;
  outline: 0;
  overflow: hidden;
  vertical-align: top;
  box-sizing: border-box;
}
.cmtsubmit input {
  width: 100px;
  height: 32px;
  margin: 0 10px 0 0;
  color: #fff;
  line-height: 31px;
  border: 0;
  cursor: pointer;
  background: #0cb366;
}
.cmtsubmit span {
  font-size: 14px;
  color: #999;
}
.cmtform {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #e0e0e0;
  overflow: hidden;
  display: none;
}
.cmtform p {
  width: 49%;
  float: left;
  padding: 5px 0;
}
.cmtform input {
  width: 180px;
  height: 27px;
  padding: 2px 6px;
  border: 1px solid #e0e0e0;
  outline: 0;
}
.cmtform input {
  *display: inline;
}
.cmtform label {
  padding: 0 10px;
  line-height: 27px;
}
.cmtform #inpVerify {
  width: 100px;
}
.cmtform img {
  width: 70px;
  height: 33px;
  margin-left: 10px;
  vertical-align: top;
}
.cmtpagebar {
  margin-bottom: 30px;
}
.foot {
  padding: 30px 0 0;
}
.foot a {
  color: #333333;
}
.foot a:hover {
  color: #0cb366;
}
.foottitle {
  height: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  zoom: 1;
}
.foottitle:after {
  content: "";
  display: block;
  clear: both;
}
.foottitle h3 {
  float: left;
  display: inline;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.foottitle h3 a {
  color: #333333;
}
.foottitle h3 a:hover {
  color: #0cb366;
}
.foottitle h3 a:hover span {
  color: #999;
}
.foottitle h3 span {
  margin-left: 10px;
  color: #999;
  font-weight: normal;
}
.foottitle:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #c7c7c7;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.footitem {
  margin-left: -2%;
  font-size: 0;
}
.footitem dl {
  width: 23%;
  margin: 0 0 2% 2%;
  display: inline-block;
  vertical-align: top;
}
.footitem dd {
  font-size: 12px;
}
.footitem dd a {
  font-size: 12px;
}
.footlink ul {
  font-size: 0;
}
.footlink li {
  width: 50%;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
}
.footlink li a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.footlink li a:before {
  content: "\e039";
  margin-right: 5px;
  font-size: 13px;
  color: #333333;
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
.footlink li a:hover:before {
  color: #0cb366;
}
.footnews li {
  width: 100%;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.footnews li span {
  margin-right: 10px;
  font-size: 12px;
  color: #999;
}
.footstep {
  margin-bottom: 10px;
  padding: 20px 0;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-right: 0;
  position: relative;
}
.footstep:before {
  content: "";
  width: 32px;
  height: 1px;
  background: #0cb366;
  position: absolute;
  left: 0;
  top: -1px;
}
.footstep:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #0cb366;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.footsteptitle {
  width: 150px;
  float: left;
  display: inline;
}
.footsteptitle:before {
  content: "\e8eb";
  float: left;
  display: inline;
  margin-right: 10px;
  font-size: 36px;
  color: #0cb366;
  font-family: icomoon;
}
.footsteptitle h3 {
  font-weight: bold;
}
.footstep ul {
  padding-left: 170px;
  font-size: 0;
}
.footstep li {
  width: 16%;
  font-size: 12px;
  cursor: default;
  display: inline-block;
  vertical-align: top;
}
.footstep li b {
  width: 27px;
  height: 27px;
  float: left;
  display: inline;
  margin: 2px 10px 0 0;
  font-size: 24px;
  color: #e0e0e0;
  line-height: 27px;
  text-align: center;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
}
.footstep li:hover {
  color: #0cb366;
}
.footstep li:hover b {
  color: #0cb366;
  border-color: #0cb366;
}
.footnav {
  margin-bottom: 15px;
  position: relative;
  zoom: 1;
}
.footnav:after {
  content: "";
  display: block;
  clear: both;
}
.footnav li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.footnav li a {
  font-size: 12px;
}
.footcontact {
  margin-bottom: 10px;
}
.footcontact i {
  margin: 0 10px;
  font-size: 22px;
  color: #0cb366;
}
.foottel:before {
  content: "\e0cd";
  margin-right: 5px;
  font-size: 32px;
  color: #0cb366;
  font-family: icomoon;
  display: inline-block;
  vertical-align: bottom;
}
.foottel,
.footqq {
  font-size: 22px;
  color: #0cb366;
}
.sns {
  margin-top: -12px;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
}
.sns a {
  width: 24px;
  height: 24px;
  margin: 0 0 0 15px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #bdbdbd;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *text-indent: 0;
  *font-size: 0;
  *line-height: 0;
}
.sns a.weixin {
  position: relative;
}
.sns a.weixin span {
  width: 100px;
  margin-left: -66px;
  padding: 15px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  position: absolute;
  bottom: 35px;
  left: 50%;
  display: none;
}
.sns a.weixin span img {
  margin: 0 0 8px;
}
.sns a.weixin span b {
  font-size: 12px;
  color: #333333;
  line-height: 24px;
  display: block;
}
.sns a.weixin span:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: 1;
}
.sns a.weixin span:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e0e0e0 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
}
.sns a.weixin:after {
  content: "\eb4e";
  font-size: 14px;
  font-family: icomoon;
}
.sns a.weixin:hover {
  background-color: #00d500;
}
.sns a.weixin:hover span {
  display: block;
}
.sns a.weibo:after {
  content: "\ea9a";
  font-size: 14px;
  font-family: icomoon;
}
.sns a.weibo:hover {
  background-color: #e6162d;
}
.sns a.t:after {
  content: "\eb53";
  font-size: 16px;
  font-family: icomoon;
}
.sns a.t:hover {
  background-color: #12b7f5;
}
.sns a.qzone:after {
  content: "\eb52";
  font-size: 16px;
  font-family: icomoon;
}
.sns a.qzone:hover {
  background-color: #ffce00;
}
.sns a.feed:after {
  content: "\e0e5";
  font-size: 15px;
  font-family: icomoon;
}
.sns a.feed:hover {
  background-color: #0cb366;
}
.sns a:hover {
  color: #fff;
}
.friend {
  padding: 15px 0;
  font-size: 12px;
  color: #999;
  border-top: 1px solid #e0e0e0;
}
.friend li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.copy {
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
  zoom: 1;
}
.copy:after {
  content: "";
  display: block;
  clear: both;
}
.copy a {
  font-size: 12px;
  color: #999;
}
a.backtotop {
  width: 36px;
  height: 36px;
  margin-left: 660px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  cursor: pointer;
  opacity: .8;
  position: fixed;
  _position: absolute;
  left: 50%;
  bottom: 78px;
  _bottom: 30px;
  background: #ccc;
  overflow: hidden;
}
a.backtotop i:after {
  content: "\eb5c";
  font-size: 22px;
  color: #fff;
  font-family: icomoon;
}
a.backtotop:hover {
  background: #0cb366;
}
.aptitude {
  float: right;
  display: inline;
}
.aptitude img {
  height: 30px;
}
.btmnav {
  width: 100%;
  background-color: #0cb366;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.btmnav ul {
  font-size: 0;
}
.btmnav li {
  width: 50%;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.btmnav li:first-child {
  background: #0166cb;
}
.btmnav li:last-child {
  background: #ff9901;
}
.btmnav li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
}
.btmnav li .icoindex:before {
  content: "\e966";
  margin-right: 5px;
  font-size: 22px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: text-bottom;
}
.btmnav li .icoqq:before {
  content: "\eb4d";
  margin-right: 5px;
  font-size: 22px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: text-bottom;
}
.btmnav li .icotel:before {
  content: "\e970";
  margin-right: 5px;
  font-size: 22px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: text-bottom;
}
.btmnav li .icoabout:before {
  content: "\e7ff";
  margin-right: 5px;
  font-size: 22px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: text-bottom;
}
.btmnav li .icostep:before {
  content: "\e971";
  margin-right: 5px;
  font-size: 22px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: text-bottom;
}
.btmnav li .icosale:before {
  content: "\e854";
  margin-right: 5px;
  font-size: 22px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: text-bottom;
}
.btmnav li .icostore:before {
  content: "\e541";
  margin-right: 5px;
  font-size: 22px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: text-bottom;
}
.btmnav li .icotip:before {
  content: "\e7f4";
  margin-right: 5px;
  font-size: 22px;
  font-family: icomoon;
  display: inline-block;
  vertical-align: text-bottom;
}
.btmnav li .pop {
  width: 90%;
  margin-left: -45%;
  padding: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  bottom: 66px;
  left: 50%;
  z-index: 10;
  display: none;
}
.btmnav li .pop img {
  max-width: 268px;
}
.btmnav li .pop:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -21px -11px;
  border: 10px solid transparent;
  border-top-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
}
.btmnav li .pop:after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -20px -11px;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
}
.btmnav li .pop dt {
  padding: 20px 0;
  text-align: center;
}
.btmnav li .pop dt img {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}
.btmnav li .pop dt p {
  font-size: 16px;
  color: #333;
}
.btmnav li .pop dd {
  width: 50%;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.btmnav li .pop dd:last-child {
  border: 0;
}
.btmnav li .pop dd a {
  font-size: 18px;
  color: #ff7e00;
}
.btmnav li .pop dd a img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: sub;
}
.btmnav li.on .pop {
  display: block;
}
.btmnav li:last-child a {
  border: 0;
}
.btmnav li:last-child a:after {
  display: none;
}
@media screen and (max-width: 1430px) {
  .wrap {
    width: auto;
    padding: 0 20px;
  }
  .header .wrap:before,
  .header .wrap:after {
    display: none;
  }
  .menu ul li a {
    padding: 35px 20px 0;
  }
  .searchtxt {
    width: 120px;
  }
  .focusbtm {
    height: auto;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    background: #fbfbfb;
    position: static;
  }
  .focusbtm .wrap {
    height: auto;
  }
  .focusbtm .wrap:before,
  .focusbtm .wrap:after {
    display: none;
  }
  .focusbtm .wrap .step {
    height: auto;
  }
  .focusbtm .wrap .step h3 {
    height: auto;
    margin: 0;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
  }
  .focusbtm .wrap .step ul {
    line-height: 36px;
  }
  .focusbtm .wrap .step ul li {
    margin: 0 20px;
    font-size: 16px;
    color: #0cb366;
  }
  .focusbtm .wrap .step ul li .icoqq {
    line-height: 36px;
  }
  .focusbtm .wrap .step ul li:last-child {
    width: 100%;
    margin: 10px 0 0;
  }
  .focusbtm .wrap .step:after {
    display: none;
  }
  .step {
    height: 50px;
    margin: 0;
  }
  .step h3 {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
  .step ul {
    line-height: 50px;
  }
  .step ul li .icoqq {
    margin: 0;
  }
  .focus,
  .indexads,
  .about {
    width: auto;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
  .team {
    margin: 0;
  }
  .team a:before {
    display: none;
  }
  .teamimg span {
    display: none;
  }
  .brandlist ul {
    height: auto;
  }
  .brandlist li a {
    height: auto;
  }
  .brandlist li a span {
    height: auto;
    padding: 10px;
  }
  .indexads img {
    width: 100%;
  }
  .about img {
    width: 100%;
  }
  .content {
    margin-top: 30px;
  }
  .olist li {
    width: 30.33%;
  }
  .footsteptitle {
    text-align: center;
    border: 1px solid #e0e0e0;
    background: #fbfbfb;
  }
  .footsteptitle:before {
    float: none;
    margin: 0;
  }
  .footstep li {
    width: 33.33%;
  }
  a.backtotop {
    right: 10px;
    bottom: 10px;
    left: auto;
  }
}
@media screen and (max-width: 1100px) {
  .topnav .slogan {
    display: none;
  }
  .menu ul li a {
    padding: 35px 10px 0;
  }
  .userboxname p:first-child {
    margin: 0;
  }
  .userboxqq {
    height: auto;
  }
  .userboxqq p {
    margin: 0;
  }
  .userboxbtn a {
    margin: 15px 0;
  }
  .indexads {
    margin: 0;
  }
  .about {
    width: 100%;
    display: inline;
  }
  .aboutlist {
    width: auto;
    height: auto;
    margin: 0;
    padding: 30px;
    border-bottom: 1px solid #e0e0e0;
    background: #fbfbfb;
    position: static;
  }
  .about img {
    display: none;
  }
  .olist li {
    width: 47%;
  }
}
@media screen and (max-width: 960px) {
  .top {
    height: 36px;
    line-height: 36px;
  }
  .head {
    position: relative;
    zoom: 1;
  }
  .head:after {
    content: "";
    display: block;
    clear: both;
  }
  .header {
    height: 50px;
    font-size: 0;
    box-shadow: 0 0 5px #999;
    background: #fff;
    position: relative;
    z-index: 99;
  }
  .header .wrap,
  .header .logo {
    height: 80px;
  }
  .header .wrap a,
  .header .logo a {
    height: 80px;
  }
  .header .menu {
    display: none;
  }
  .header .menu ul {
    border-top: 1px solid #e0e0e0;
    display: inline-block;
  }
  .header .menu ul li {
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
  }
  .header .menu ul li a {
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 50px;
  }
  .header .menu ul li a:before {
    content: "\e409";
    margin-right: 10px;
    color: #0cb366;
    font-family: icomoon;
    display: inline-block;
    vertical-align: top;
  }
  .header .menu ul li a:hover,
  .header .menu ul li a.on {
    color: #fff;
  }
  .header .menu ul li a:hover:before,
  .header .menu ul li a.on:before {
    color: #fff;
  }
  .header .menu ul li b {
    margin-left: 10px;
  }
  .header .menu ul li .subnav {
    border-top: 1px solid #0cb366;
    position: static;
  }
  .header .menu ul li .subnav a {
    height: 40px;
    padding: 0 50px;
    line-height: 40px;
  }
  .header .menu ul li .subnav a:before {
    content: "\e409";
    margin-right: 10px;
    color: #0cb366;
    font-family: icomoon;
    display: inline-block;
    vertical-align: top;
  }
  .header .menu ul li.subcate:hover a:before {
    color: #fff;
  }
  .header .menuico {
    top: 21px;
    display: block;
  }
  .header .menu.on {
    width: auto;
    margin: 0 -20px;
    display: block;
  }
  .header .search {
    width: 150px;
    margin-top: 25px;
  }
  .header.on .menu ul li a {
    height: auto;
    padding: 0 20px;
  }
  .header.on .menu ul li a:before {
    color: #fff;
  }
  .header.on .menu ul li .subnav {
    top: 80px;
  }
  .header.on .menu ul li .subnav a {
    height: 40px;
    padding: 0 50px;
    line-height: 40px;
  }
  .header.on .menuico {
    top: 21px;
  }
  .header.on .search {
    margin-top: 25px;
  }
  .content {
    margin-top: 20px;
  }
  .catelist li,
  .userlist li {
    width: 31.33%;
  }
  .footitem dl {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 10px;
  }
  .caselist ul,
  .userlist ul {
    margin-left: -3%;
  }
  .caselist li,
  .userlist li {
    width: 47%;
    margin: 0 0 3% 3%;
  }
  .sitemap {
    padding: 75px 0 10px;
  }
  .sitename {
    font-size: 22px;
  }
  .sitename span {
    font-size: 18px;
  }
  .main {
    padding-bottom: 20px;
  }
  .customnav {
    padding: 10px 0;
  }
  .customnav ul {
    float: none;
    display: block;
  }
  .customsearch {
    width: 100%;
    float: none;
  }
  .customsearch .searchtxt {
    width: 100%;
  }
  .userboxinfo {
    width: 73%;
  }
  .userboxcontact {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #e0e0e0;
  }
  .userboxqq {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .userboxbtn {
    width: 35%;
  }
  .userpage {
    margin: 0;
  }
  .olistname i {
    display: none;
  }
  .vscon ul {
    margin-left: -3%;
  }
  .vscon li {
    width: 47%;
    margin: 0 0 3% 3%;
  }
  .sidebar {
    display: none;
  }
  .single,
  .cate {
    margin-top: 10px;
  }
  .singlecon,
  .catecon {
    margin: 0;
  }
  .footstep {
    padding: 20px 0 10px;
  }
  .footsteptitle {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    display: block;
  }
  .footstep ul {
    padding: 0;
  }
  .footstep li {
    width: 50%;
    margin-bottom: 10px;
  }
  .footnav {
    text-align: center;
  }
  .footnav ul {
    margin-bottom: 20px;
  }
  .foot.alone {
    padding-bottom: 50px;
  }
  .sns {
    position: static;
  }
  .copy {
    text-align: center;
  }
  .btmnav {
    display: block;
  }
  .aptitude {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .focusbtm {
    padding: 20px 0;
  }
  .focusbtm .wrap .step h3 {
    font-size: 18px;
  }
  .focusbtm .wrap .step ul li {
    width: 50%;
    margin: 0;
    font-size: 12px;
    text-align: center;
  }
  .team {
    margin: 0;
  }
  .teamlist ul {
    margin-left: -3%;
  }
  .teamlist li {
    width: 47%;
    margin: 0 0 3% 3%;
  }
  .userlist ul {
    margin: 0;
  }
  .userlist li {
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
  }
  .brandlist li {
    width: 33.33%;
  }
  .content {
    margin-top: 10px;
  }
  .catelist li {
    width: 48%;
  }
  .sitemap {
    padding: 75px 0 15px;
  }
  .sitename {
    float: none;
    display: inline-block;
  }
  .sitestep {
    line-height: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .header.on .search {
    margin: 0;
  }
  .header .search {
    width: auto;
    display: none;
  }
  .header .searchico {
    display: inline-block;
  }
  .header .search.on {
    margin: 0;
    display: block;
  }
  .topnav {
    display: none;
  }
  .logo {
    width: 150px;
  }
  .caption h3 a span {
    display: none;
  }
  .aboutlist h2 span {
    display: none;
  }
  .postimg {
    width: 100%;
    float: none;
    margin: 0;
    display: inline-block;
  }
  a.backtolist {
    width: 99%;
    float: none;
    margin-bottom: 20px;
    padding: 3px 0;
    text-align: center;
    display: block;
  }
  .relatelist li {
    width: 100%;
  }
  .cmtimg {
    width: 50px;
  }
  .cmtimg img {
    width: 32px;
    height: 32px;
  }
  .cmtinfo {
    padding-left: 50px;
  }
  .cmtinfo .cmt {
    margin: 15px 0 0 -50px;
    padding-bottom: 0;
  }
  .cmtinfo .cmt .cmt {
    margin: 15px 0 0 -50px;
    padding-bottom: 0;
  }
  .cmtinfo .cmt .cmt .cmt {
    margin: 15px 0 0 -50px;
    padding-bottom: 0;
  }
  .cmtsubmit span {
    display: none;
  }
  .footitem dl li span {
    display: none;
  }
  .footstep {
    margin-bottom: 20px;
  }
}
